home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr01 / zapcode.zip / SK3000AI.PMF < prev    next >
Text File  |  1993-01-01  |  14KB  |  459 lines

  1. ;---------------------------------------;
  2. ;  ZAPCODE Printer Make File (PMF)      ;
  3. ;  for the Seikosha 3005AI/3000AI.      ;
  4. ;                                       ;
  5. ;  (C) Copyright 1991 Robert L. Morton  ;
  6. ;  All Rights Reserved                  ;
  7. ;---------------------------------------;
  8.  
  9. PRINTER  =  "Seikosha 3005AI/3000AI"
  10. RESET    =  27,64
  11.  
  12. NAME     =  "Line Feed"
  13.   DESC   =  "Advance paper to the next line."
  14.   CODES  =  10
  15.  
  16. NAME     =  "Form Feed"
  17.   DESC   =  "Advance paper to the top of the"
  18.             "next page."
  19.   CODES  =  12
  20.  
  21. NAME     =  "Clear Printer Buffer"
  22.   DESC   =  "Clear all data from printer"
  23.             "buffer."
  24.   CODES  =  24
  25.  
  26. NAME     =  "Sound Beeper"
  27.   DESC   =  "Sound the printer's beeper."
  28.   CODES  =  7
  29.  
  30. NAME     =  "Paper-Out Sensor ON"
  31.   DESC   =  "Activate paper-out sensor."
  32.             "Printer will alarm when paper is"
  33.             "out."
  34.   CODES  =  27,57
  35.  
  36. NAME     =  "Paper-Out Sensor OFF"
  37.   DESC   =  "Deactivate paper-out sensor."
  38.             "Printer ignores paper-out condition"
  39.             "and continues printing."
  40.   CODES  =  27,56
  41.  
  42. NAME     =  "Select NLQ Print"
  43.   DESC   =  "Activate Near Letter Quality (NLQ)"
  44.             "printing. Characters printed in NLQ"
  45.             "are crisper and more like the"
  46.             "characters produced by a type-"
  47.             "writer."
  48.   CODES  =  27,120,49
  49.  
  50. NAME     =  "Select Draft Quality Print"
  51.   DESC   =  "Activate Draft Quality printing."
  52.             "Use draft for printing drafts and"
  53.             "other documents that you want to"
  54.             "print quickly."
  55.   CODES  =  27,120,48
  56.  
  57. NAME     =  "Select International Character Set"
  58.   DESC   =  "Select the international character"
  59.             "set to be used."
  60.   CODES  =  27,82,0
  61.             "Please select character set by"
  62.             "entering one of the following"
  63.             "decimal values:"
  64.             " "
  65.             "0 = USA"
  66.             "1 = France"
  67.             "2 = Germany"
  68.             "3 = England"
  69.             "4 = Denmark I"
  70.             "5 = Sweden"
  71.             "6 = Italy"
  72.             "7 = Spain"
  73.             "8 = Japan"
  74.             "9 = Norway"
  75.             "10 = Denmark II"
  76.             " "
  77.             "Example: Entering 2 selects the"
  78.             "German character set."
  79.             0
  80.  
  81. NAME     =  "Select Graphic Character Set I"
  82.   DESC   =  "Select graphic character set I."
  83.             "Command is operational only when"
  84.             "graphic character set is selected"
  85.             "by ""Select Alternate Character"
  86.             "Set""."
  87.   CODES  =  27,55
  88.  
  89. NAME     =  "Select Graphic Character Set II"
  90.   DESC   =  "Select graphic character set II."
  91.             "Command is operational only when"
  92.             "graphic character set is selected"
  93.             "by ""Select Alternate Character"
  94.             "Set""."
  95.   CODES  =  27,54
  96.  
  97. NAME     =  "Select Character Generator"
  98.   DESC   =  "Select ROM or downloaded character"
  99.             "generator."
  100.             ""
  101.             ""
  102.             "NOT VALID IN IBM MODE."
  103.   CODES  =  27,37,0
  104.             "Please select character generator"
  105.             "by entering one of the following"
  106.             "decimal values:"
  107.             " "
  108.             "Value   Generator"
  109.             "-----   ----------"
  110.             "  0     ROM"
  111.             "  1     Downloaded"
  112.             " "
  113.             "Example: Entering 1 selects the"
  114.             "downloaded character generator."
  115.             0
  116.  
  117. NAME     =  "Copy ROM CG to Downloaded CG"
  118.   DESC   =  "Copy the internal ROM character"
  119.             "generator to the downloadable font"
  120.             "area."
  121.             ""
  122.             "NOT VALID IN IBM MODE."
  123.   CODES  =  27,58,0,0,0,0,0,0
  124.  
  125. NAME     =  "Select 10 CPI (Pica)"
  126.   DESC   =  "Activate 10 characters per inch"
  127.             "(cpi) printing."
  128.   CODES  =  27,80
  129.  
  130. NAME     =  "Select 12 CPI (Elite)"
  131.   DESC   =  "Activate 12 characters per inch"
  132.             "(cpi) printing."
  133.   CODES  =  27,77
  134.  
  135. NAME     =  "Double Width ON"
  136.   DESC   =  "Activate double width print."
  137.             "Characters are printed twice their"
  138.             "normal width."
  139.   CODES  =  27,87,49
  140.  
  141. NAME     =  "Double Width OFF"
  142.   DESC   =  "Deactivate double width print."
  143.             "Characters are printed their normal"
  144.             "width."
  145.   CODES  =  27,87,48
  146.  
  147. NAME     =  "Emphasized ON"
  148.   DESC   =  "Activate emphasized print."
  149.             "Characters are printed twice. The"
  150.             "second time, character is offset"
  151.             "horizontally."
  152.   CODES  =  27,69
  153.  
  154. NAME     =  "Emphasized OFF"
  155.   DESC   =  "Deactivate emphasized print."
  156.   CODES  =  27,70
  157.  
  158. NAME     =  "Double-Strike ON"
  159.   DESC   =  "Activate double-strike print."
  160.             "Characters are printed twice. The"
  161.             "second time, character is offset"
  162.             "vertically."
  163.   CODES  =  27,71
  164.  
  165. NAME     =  "Double-Strike OFF"
  166.   DESC   =  "Deactivate double-strike print."
  167.   CODES  =  27,72
  168.  
  169. NAME     =  "Compressed ON"
  170.   DESC   =  "Activate compressed print. If"
  171.             "pitch is 10 cpi, compressed will"
  172.             "produce 17.1 cpi. If pitch is 12"
  173.             "cpi, compressed will produce 20"
  174.             "cpi."
  175.   CODES  =  15
  176.  
  177. NAME     =  "Compressed OFF"
  178.   DESC   =  "Deactivate compressed print."
  179.   CODES  =  18
  180.  
  181. NAME     =  "Superscript ON"
  182.   DESC   =  "Activate superscript print."
  183.             "Characters are printed at an offset"
  184.             "above the normal print line."
  185.   CODES  =  27,83,48
  186.  
  187. NAME     =  "Superscript OFF"
  188.   DESC   =  "Deactivate superscript print."
  189.   CODES  =  27,84
  190.  
  191. NAME     =  "Subscript ON"
  192.   DESC   =  "Activate subscript print."
  193.             "Characters are printed at an offset"
  194.             "below the normal print line."
  195.   CODES  =  27,83,49
  196.  
  197. NAME     =  "Subscript OFF"
  198.   DESC   =  "Deactivate subscript print."
  199.   CODES  =  27,84
  200.  
  201. NAME     =  "Italics ON"
  202.   DESC   =  "Activate italics print. Characters"
  203.             "are slanted to the right."
  204.             ""
  205.             ""
  206.             "NOT VALID IN IBM MODE."
  207.   CODES  =  27,52
  208.  
  209. NAME     =  "Italics OFF"
  210.   DESC   =  "Deactivate italics print."
  211.             ""
  212.             ""
  213.             ""
  214.             "NOT VALID IN IBM MODE."
  215.   CODES  =  27,53
  216.  
  217. NAME     =  "Underline ON"
  218.   DESC   =  "Activate underline print."
  219.             "Characters, including the space,"
  220.             "are underscored."
  221.   CODES  =  27,45,49
  222.  
  223. NAME     =  "Underline OFF"
  224.   DESC   =  "Deactivate underline print."
  225.   CODES  =  27,45,48
  226.  
  227. NAME     =  "Proportional Spacing ON"
  228.   DESC   =  "Activate proportional spacing."
  229.             "Spacing between letters is adjusted"
  230.             "to compensate for the varying"
  231.             "widths of individual characters."
  232.   CODES  =  27,112,49
  233.  
  234. NAME     =  "Proportional Spacing OFF"
  235.   DESC   =  "Deactivate proportional spacing."
  236.   CODES  =  27,112,48
  237.  
  238. NAME     =  "Print Unidirectional"
  239.   DESC   =  "Print from left to right only."
  240.   CODES  =  27,85,49
  241.  
  242. NAME     =  "Print Bidirectional"
  243.   DESC   =  "Print from both left to right and"
  244.             "right to left."
  245.   CODES  =  27,85,48
  246.  
  247. NAME     =  "Print Suppress Mode ON"
  248.   DESC   =  "Activate print suppress mode."
  249.             "Printer will ignore all data sent"
  250.             "to it."
  251.   CODES  =  19
  252.  
  253. NAME     =  "Print Suppress Mode OFF"
  254.   DESC   =  "Deactivate print suppress mode."
  255.   CODES  =  17
  256.  
  257. NAME     =  "Set Character Spacing"
  258.   DESC   =  "Set the amount of space to the"
  259.             "right of each character."
  260.   CODES  =  27,32,0
  261.             "Enter number of dots per inch (dpi)"
  262.             "to space to the right of each"
  263.             "character."
  264.             " "
  265.             "Range: 0 to 127 decimal."
  266.             " "
  267.             "Example: Entering 25 (decimal)"
  268.             "would space 25 dpi to the right"
  269.             "of each character."
  270.             0
  271.  
  272. NAME     =  "Set Line Spacing 1/8"""
  273.   DESC   =  "Set line spacing to 1/8 of an inch."
  274.   CODES  =  27,48
  275.  
  276. NAME     =  "Set Line Spacing 7/72"""
  277.   DESC   =  "Set line spacing to 7/72 of an inch"
  278.   CODES  =  27,49
  279.  
  280. NAME     =  "Set Line Spacing 1/6"""
  281.   DESC   =  "Set line spacing to 1/6 of an inch."
  282.   CODES  =  27,50
  283.  
  284. NAME     =  "Set Line Spacing n/216"""
  285.   DESC   =  "Set line spacing in any increment"
  286.             "of 180ths of an inch."
  287.   CODES  =  27,51,0
  288.             "Enter new line spacing in"
  289.             "increments of 216ths of an inch."
  290.             " "
  291.             "Range: 0 to 255 decimal."
  292.             " "
  293.             "Example: Entering 90 (decimal)"
  294.             "would set line spacing at 90/216""."
  295.             0
  296.  
  297. NAME     =  "Set Line Spacing n/72"""
  298.   DESC   =  "Set line spacing in any increment"
  299.             "of 72ths of an inch."
  300.   CODES  =  27,65,0
  301.             "Enter new line spacing in"
  302.             "increments of 72ths of an inch."
  303.             " "
  304.             "Range: 0 to 85 decimal."
  305.             " "
  306.             "Example: Entering 30 (decimal)"
  307.             "would set line spacing at 30/72""."
  308.             0
  309.  
  310. NAME     =  "Set Form Length In Inches"
  311.   DESC   =  "Set the current form length in"
  312.             "inches."
  313.   CODES  =  27,67,0,0,0
  314.             "Enter number of inches to set the"
  315.             "current form length."
  316.             " "
  317.             "Range: 1 to 22 decimal."
  318.             " "
  319.             "Example: Entering 11 (decimal)"
  320.             "would set the current form length"
  321.             "to 11 inches."
  322.             0
  323.  
  324. NAME     =  "Set Form Length In Lines"
  325.   DESC   =  "Set the current form length in"
  326.             "lines."
  327.   CODES  =  27,67,0
  328.             "Enter number of lines to set the"
  329.             "current form length."
  330.             " "
  331.             "Range: 1 to 127 decimal."
  332.             " "
  333.             "Example: Entering 68 (decimal)"
  334.             "would set the current form length"
  335.             "to 68 lines."
  336.             0
  337.  
  338. NAME     =  "Set Perforation Skip Distance"
  339.   DESC   =  "Set the distance the printer should"
  340.             "skip when the perforation is"
  341.             "encountered."
  342.   CODES  =  27,78,0
  343.             "Enter number of lines to skip when"
  344.             "perforation is encountered."
  345.             " "
  346.             "Range: 1 to 127 decimal."
  347.             " "
  348.             "Example: Entering 18 (decimal)"
  349.             "would cause printer to skip 18"
  350.             "lines when perforation is"
  351.             "encountered."
  352.             0
  353.  
  354. NAME     =  "Cancel Skip Over Perforation"
  355.   DESC   =  "Cancel perforation skip operation."
  356.   CODES  =  27,79
  357.  
  358. NAME     =  "Set Left Margin"
  359.   DESC   =  "Set the left margin."
  360.   CODES  =  27,108,0
  361.             "Enter character column position in"
  362.             "which to set the left margin."
  363.             " "
  364.             "Range: 0 to 254 decimal."
  365.             " "
  366.             "Example: Entering 15 (decimal)"
  367.             "while printer is in 10 cpi, would"
  368.             "set the left margin at 1 1/2""."
  369.             0
  370.  
  371. NAME     =  "Set Right Margin"
  372.   DESC   =  "Set the right margin."
  373.   CODES  =  27,81,0
  374.             "Enter character column position in"
  375.             "which to set the right margin."
  376.             " "
  377.             "Range: 1 to 255 decimal."
  378.             " "
  379.             "Example: Entering 80 (decimal)"
  380.             "while printer is in 10 cpi, would"
  381.             "set right margin at 8""."
  382.             0
  383.  
  384. NAME     =  "Set Horizontal Tabs"
  385.   DESC   =  "Set up to 32 horizontal tab stops."
  386.   CODES  =  27,68,0
  387.             "Enter up to 32 tab stops in"
  388.             "ascending order in decimal:"
  389.             " "
  390.             "Range: 1 to 255 decimal."
  391.             " "
  392.             "Example: Entering 10,20,30,40 would"
  393.             "set four tab stops at locations 10,"
  394.             "20, 30, and 40 on the print line."
  395.             0,0,0
  396.  
  397. NAME     =  "Cancel Horizontal Tabs"
  398.   DESC   =  "Cancel all horizontal tab stops."
  399.   CODES  =  27,68,0,0
  400.  
  401. NAME     =  "Cut Sheet Feeder ON"
  402.   DESC   =  "Activates cut sheet feeder. The"
  403.             "optional cut sheet feeder must be"
  404.             "installed to use this command."
  405.   CODES  =  27,25,52
  406.  
  407. NAME     =  "Cut Sheet Feeder OFF"
  408.   DESC   =  "Deactivates cut sheet feeder. The"
  409.             "optional cut sheet feeder must be"
  410.             "installed to use this command."
  411.   CODES  =  27,25,48
  412.  
  413. NAME     =  "Eject A Cut Sheet"
  414.   DESC   =  "Ejects a cut sheet from the cut"
  415.             "sheet feeder. The optional cut"
  416.             "sheet feeder must be installed to"
  417.             "use this command."
  418.   CODES  =  27,25,82
  419.  
  420. NAME     =  "CR = CR/LF"
  421.   DESC   =  "CR (Carriage Return) generates a"
  422.             "CR (Carriage Return) plus an"
  423.             "additional LF (Line Feed)"
  424.             "character."
  425.             "NOT VALID IN STANDARD MODE."
  426.   CODES  =  27,53,49
  427.  
  428. NAME     =  "CR = CR"
  429.   DESC   =  "CR (Carriage Return) generates only"
  430.             "a CR (Carriage Return) character."
  431.             ""
  432.             ""
  433.             "NOT VALID IN STANDARD MODE."
  434.   CODES  =  27,53,48
  435.  
  436. NAME     =  "Select Color"
  437.   DESC   =  "Selects a color to be used for"
  438.             "printing text. The optional color"
  439.             "unit must be installed to use this"
  440.             "command."
  441.   CODES  =  27,114,0
  442.             "Please select color by entering one"
  443.             "of the following decimal values:"
  444.             " "
  445.             "Value    Color"
  446.             "-----    ------"
  447.             "  0      Black"
  448.             "  1      Red"
  449.             "  2      Blue"
  450.             "  3      Purple"
  451.             "  4      Yellow"
  452.             "  5      Orange"
  453.             "  6      Green"
  454.             " "
  455.             "Example: Entering 5 selects the"
  456.             "color orange."
  457.             0
  458.  
  459.